Fix all tests with recent changes
authorAlex Crichton <alex@alexcrichton.com>
Tue, 1 Mar 2016 16:24:43 +0000 (08:24 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 21:35:46 +0000 (13:35 -0800)
commit09847df8d30b1572e85d58be477e7c24117c8431
tree45a37b2236596432a416fdb26e6d0ffee30e4308
parent9185445ae19e682fdf622f6cab60f0d047eefd45
Fix all tests with recent changes

The package id for path dependencies now has another path component pointing
precisely to the package being compiled, so lots of tests need their output
matches to get updated.
17 files changed:
src/cargo/util/paths.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_compile_plugins.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_doc.rs
tests/test_cargo_features.rs
tests/test_cargo_install.rs
tests/test_cargo_package.rs
tests/test_cargo_profiles.rs
tests/test_cargo_registry.rs
tests/test_cargo_run.rs
tests/test_cargo_rustc.rs
tests/test_cargo_rustdoc.rs
tests/test_cargo_test.rs